TRIM$
TRIM$ will return the Source String after any of the given unwanted character have been removed from the left and right of it.
ARGUMENTS:
* Source String = The source string
* Character = The character to be removed
RETURNS:
The new string.
SYNTAX
Return String=TRIM$(Source String,Character)
RELATED INFO
View String Operations Index
View STYX Index
View STYX Main File
